Interface HTTPsServer

All Superinterfaces:
HTTPServer, IPCObject, Process
All Known Implementing Classes:
HTTPsServerImpl

public interface HTTPsServer extends HTTPServer
Information provided by the PKI file:

    \class HttpsServer
    
    \brief HttpsServer handles and manipulates the HTTPS server on devices.
    
    \example network().getDevice("Server0").getProcess("HttpsServer")
    
Author:
Auto-generated
  • Method Details

    • setHttpsEnable

      void setHttpsEnable(boolean bEnable)
      Information provided by the PKI file:
      
          \brief Enables or disables the HTTPS service.
          
          \param bEnable, true to enable the HTTPS service, false to disable it.
          
              
      Parameters:
      bEnable - Takes in a parameter of bEnable
    • isHttpsEnabled

      boolean isHttpsEnabled()
      Information provided by the PKI file:
      
          \brief Returns true if the HTTPS service is enabled, otherwise false.
          
          \return bool, true if the HTTPS service is enabled, otherwise false.
          
              
      Returns:
      boolean Returns a boolean